import React from 'react';
import {
Button,
Badge,
Card,
FeatureCard,
PricingCard,
StatCard,
Divider,
SVGDivider,
DisplayLarge,
Heading1,
Heading2,
Heading3,
BodyLarge,
BodyMedium,
BodySmall,
LabelSmall,
LabelTiny,
GradientText,
Section,
Container,
SectionHeader,
} from '../components';
/**
* Design System Showcase
* Demonstrates all components and patterns from the Skene.ai design system
*/
export function DesignSystemShowcase() {
return (
{/* Typography Showcase */}
Typography System
Display Large
96px Hero
Gradient Text
5m
Heading 1
48px Section Title
Heading 2
36px Subsection
Heading 3
20px Card Title
Body Text
18px body text for descriptions
16px body text for content
14px body text for small content
Labels
12px uppercase label
11px uppercase tiny
{/* Button Showcase */}
Buttons
Primary Buttons
Secondary Buttons
Ghost Buttons (Light)
{/* Badge Showcase */}
Badges
Success analytics
SKENE.AI
PRICING
Getting started
{/* Card Showcase */}
Cards
Glassmorphic Cards
Dark Glass
Glassmorphic card with dark background tint
Solid Light
Solid light background card
{/* Stat Card Showcase */}
{/* Pricing Card Showcase */}
{/* Section Header Showcase */}
{/* Divider Showcase */}
{/* Color Palette Showcase */}
);
}